home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / insta310.zip / ERRORS.DOC < prev    next >
Text File  |  1992-03-22  |  2KB  |  52 lines

  1.  
  2.  Error codes that may be generated by InstaReg (03-22-92)
  3.  
  4.    DOS error codes 1..17
  5.         2 - File not found
  6.         3 - Path not found
  7.         4 - Too many open files
  8.         5 - File access denied
  9.         6 - Bad file handle
  10.         8 - Not enough memory
  11.        12 - Bad file access code
  12.        15 - Bad drive number
  13.        16 - Can''t remove current dir
  14.        17 - Can''t rename across drives
  15.  
  16.    I/O error codes 100..106
  17.       100 - Disk read error
  18.       101 - Disk write error
  19.       102 - File not assigned
  20.       103 - File not open
  21.       104 - File not open for input
  22.       105 - File not open for output
  23.       106 - Bad numeric format
  24.  
  25.    CRITICAL error codes 150..162
  26.       150 - Disk is write-protected
  27.       151 - Unknown unit
  28.       152 - Drive not ready
  29.       153 - Unknown command
  30.       154 - CRC error in data
  31.       155 - Bad drive request structure length
  32.       156 - Disk seek error
  33.       157 - Unknown media type
  34.       158 - Sector not found
  35.       159 - Printer out of paper
  36.       160 - Device write fault
  37.       161 - Device read fault
  38.       162 - Hardware failure
  39.  
  40.    FATAL error codes 200..209
  41.       200 - Division by zero
  42.       201 - Range check
  43.       202 - Stack overflow
  44.       203 - Heap overflow
  45.       204 - Bad pointer operation
  46.       205 - Floating point overflow
  47.       206 - Floating point underflow
  48.       207 - Bad floating point operation
  49.       208 - Overlay Manager not initialized
  50.       209 - Error accessing overlay
  51.  
  52.